func github.com/vmihailenco/msgpack/v5.isEmptyValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		types.go#L105: 	return (f.omitEmpty || forced) && isEmptyValue(v)
		types.go#L320: func isEmptyValue(v reflect.Value) bool {